home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 April / Disc 1 / PCU0403CD1.iso / resource / webauth / files / CoffeeHTML93.exe / %MAINDIR% / Snippets / Close Window.snp < prev    next >
Encoding:
Text File  |  2003-02-10  |  185 b   |  3 lines

  1. <!--  This will put a button on your page that will close the browser window -->
  2. <CENTER><FORM><INPUT TYPE="BUTTON" VALUE="Close Window" onClick="window.close(self)">
  3. </FORM></CENTER>